ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelAlign Property

In This Topic
    LabelAlign Property (ChartAxis<T>)
    In This Topic
    Gets or sets the label alignment.
    Syntax
    'Declaration
     
    Public Property LabelAlign As String
    public string LabelAlign {get; set;}
    Remarks
    By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
    See Also